home *** CD-ROM | disk | FTP | other *** search
- # translate the Module example...
- #
- # -b16000 uses 12 * 16KB buffers instead of 12 * 64KB buffers (saves RAM)
- # -g1 and -g2 are building less complex code (required for Sozobon C)
- # -dd_module.h sets the name of the module declaration file (required)
- #
- oc -b16000 -g1 -g2 -dd_module.h module.i \
- module.m new.m cpy.m
- #
- # done!
-
-